.wrap {
    max-width: 1400px;
    margin: auto;
}
.wrap-chid{
    max-width: 900px;
    margin: auto;
}
.pcnav , .pcfoot{
    display: block;
}
.appnav , .appfoot{
    display: none;
}

/* --header-- */
.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}

/* ---- */
.frame-bxtp {
    background-color: #e1000f;
    padding: 14px 0;
}

.welcome-txt {
    font-size: 12px;
    color: #ffffff;
}

/* ---- */
.frame-logo {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-bxle {
    display: flex;
    align-items: center;
}

.logo-bxle img {
    width: 170px;
    height: auto;
}

.logo-bxle p {
    width: 230px;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}

.logo-bxri {
    display: flex;
    align-items: center;
}

.logo-bxri img {
    width: 25px;
    height: 25px;
}

.logo-bxri span {
    font-size: 24px;
    font-weight: 600;
}

/* ---- */
.frame-title {
    border-bottom: 1px solid #e5e5e5;
}

.frame-title>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-title>ul>li {
    padding: 18px 0;
    position: relative;
}

.frame-title>ul>li a {
    font-size: 14px;
    font-weight: 600;
}

.title-itm::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #e1000f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ---- */
.childis {
    display: none;
}

.frame-child {
    background-color: #ffffff;
}

.child-fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
}

.child-box {
    padding: 20px 0;
}

.strategy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.strategy li a {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.strategy li:hover a {
    color: #e1000f;
}

.strategy li img {
    width: 260px;
    height: 150px;
}

.strategy li span {
    font-size: 14px;
    margin-top: 10px;
}


/* ---main--分页------ */
.paging-box{
    display: flex;
    justify-content: center;
}

/* --footer-- */
.frame-btm {}

.frame-bmtop {
    width: 100%;
    min-height: 460px;
    background-image: url("../images/picbj01.png");
    background-size: 100% 100%;
}

.frame-bmbox {
    padding: 80px 0 75px;
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-le {
    width: 20%;
}

.frame-bmbx-le img {
    width: 195px;
    height: auto;
}

.frame-bmbx-cnt {
    width: 60%;

}

.frame-bmbx-cnt>ul {
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-cnt>ul li {
    display: flex;
    flex-direction: column;
}

.frame-bmbx-cnt>ul li h3 {
    font-size: 16px;
}

.frame-bmbx-cnt>ul li>span {
    width: 40px;
    height: 3px;
    background-color: #e1000f;
    display: inline-block;
    margin: 10px 0;
}

.frame-bmbx-cnt>ul li a {
    margin-top: 15px;
    font-size: 14px;
}

.contact-box {
    width: 35%;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact-item img {
    width: 20px;
    height: 20px;
}

.contact-item p {
    font-size: 14px;
    color: #333333;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.contact-item p text {
    font-size: 16px;
    color: #222222;
}

.contact-item p span {
    font-size: 12px;
    color: #666666;
}

.frame-bmbx-ri {
    width: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frame-bmbx-ri img {
    width: 130px;
    height: 130px;
}

.frame-bmbx-ri span {
    font-size: 14px;
    color: #666666;
}

/* ---- */
.frame-bmbtm {
    background-color: #e1000f;
    padding: 35px 0;

}

.frame-bmcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-cntle ul {
    display: flex;
    align-items: center;
}

.frame-cntle ul li {
    margin-right: 30px;

}

.frame-cntle ul li img {
    width: 15px;
    height: 15px;
}

.frame-cntle ul li a {
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}

.frame-cntri {
    display: flex;
    align-items: center;

}

.frame-cntri p {
    font-size: 12px;
    color: #ffffff;
}

.frame-cntri img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}